sqlx4k
Toggle table of contents
1.3.0
native
Platform filter
native
Switch theme
Search in API
sqlx4k
sqlx4k-postgres
/
io.github.smyrgeorge.sqlx4k.postgres
/
[native]PostgreSQL
/
migrate
migrate
native
open
suspend override
fun
migrate
(
path
:
String
,
table
:
String
,
schema
:
String
?
,
createSchema
:
Boolean
,
afterStatementExecution
:
suspend
(
Statement
,
Duration
)
->
Unit
,
afterFileMigration
:
suspend
(
Migration
,
Duration
)
->
Unit
)
:
Result
<
Migrator.Results
>
(
source
)